projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a0a090
)
(dired-compress-file): Test the return value
author
Richard M. Stallman
<rms@gnu.org>
Tue, 25 May 1993 19:05:13 +0000
(19:05 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 25 May 1993 19:05:13 +0000
(19:05 +0000)
of dired-check-process properly.
Fix use of nonexistent var `name'.
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index f8503f2d07f9197311623853345592056c5c26d3..3d2f477962c93a7e8da92c78ee49866ea29215d1 100644
(file)
--- a/
lisp/dired-aux.el
+++ b/
lisp/dired-aux.el
@@
-493,7
+493,7
@@
and use this command with a prefix argument (the value does not matter)."
(t
(if (not (dired-check-process (concat "Compressing " file)
"compress" "-f" file))
- (concat
nam
e ".Z"))))))
+ (concat
fil
e ".Z"))))))
\f
(defun dired-mark-confirm (op-symbol arg)
;; Request confirmation from the user that the operation described